From: Andreas Schwab Date: Sat, 15 May 2004 16:42:55 +0000 (+0000) Subject: (gdb_array_mark_flag): Define. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22468 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a71afd88c8982c996f655b97ba646f1dbaf512be;p=emacs.git (gdb_array_mark_flag): Define. --- diff --git a/src/emacs.c b/src/emacs.c index d363a468eea..3fbf20c5031 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -104,6 +104,7 @@ EMACS_INT gdb_data_seg_bits = DATA_SEG_BITS; EMACS_INT gdb_data_seg_bits = 0; #endif EMACS_INT PVEC_FLAG = PSEUDOVECTOR_FLAG; +EMACS_INT gdb_array_mark_flag = ARRAY_MARK_FLAG; /* Command line args from shell, as list of strings. */ Lisp_Object Vcommand_line_args;